-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compile warnings and credo #325
Conversation
@bjhaid I ran credo locally and fixed about a dozen issues, but ebert didn't show anything fixed. I'm wondering if something is broken there. |
@@ -138,7 +140,7 @@ defmodule KafkaEx.Protocol.CreateTopics do | |||
end | |||
|
|||
@spec parse_response(binary, integer) :: [] | Response.t | |||
def parse_response(message, api_version) | |||
#def parse_response(message, api_version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant to actually remove that since it wasn't needed. Removing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Yeah, I saw that ebert error, but I have no idea what to do about it. |
Some cleanup in prep for releasing 0.9.0